home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_bas / menuwat.zip / MWDEMO1.FRM (.txt) < prev    next >
Visual Basic Form  |  1993-09-01  |  5KB  |  120 lines

  1. frmMWDemo1
  2. Menu Watch Demo 1
  3. wwwwwwwwwwwwp
  4. wwwwwwwwwwwwp
  5. Form1
  6.     MenuWatch
  7. SKL_MenuWatch
  8. picStatusBarContainer
  9. pnHelp
  10. SSPanel
  11. MS Sans Serif
  12. pnStatus
  13. SSPanel
  14. MS Sans Serif
  15. FileMenu
  16. &File
  17.     File Menu
  18. FileNewOpt
  19. File|New
  20. FileOpenOpt
  21. &Open...
  22. File|Open...
  23. FileSaveOpt
  24. &Save
  25.     File|Save
  26. FileSaveAsOpt
  27. Save &As...
  28. File|Save As...
  29. FileSep1
  30. [Separator]
  31. FilePrefSubMenu
  32. &Preferences
  33. File|Preferences >
  34. FilePrefViewOpt
  35. &View...
  36. File|Preferences|View...
  37. FilePrefDialogsOpt
  38. &Dialogs...
  39. File|Preferences|Dialogs...
  40. FileSep2
  41. [Separator]
  42. FileExitOpt
  43. E&xit
  44.     File|Exit
  45. EditMenu
  46. &Edit
  47.     Edit Menu
  48. EditUndoOpt
  49. &Undo
  50.     Edit|Undo
  51. EditSep1
  52. [Separator]
  53. EditCutOpt
  54. Edit|Cut
  55. EditCopyOpt
  56. &Copy
  57.     Edit|Copy
  58. EditPasteOpt
  59. &Paste
  60. Edit|Paste
  61. FileExitOpt_Click
  62.     Form_Load
  63. HelpFile
  64. MenuHelpText
  65. fSeparator
  66.     MenuState
  67. fMenuHelpInited
  68. MenuHelpX
  69. minMnuHlpIdx
  70. maxMnuHlpIdx
  71. InitMenuHelp
  72. MenuHelpIdx
  73. MenuWatch_Close
  74. pnHelp
  75. Visible
  76. MenuWatch_Open
  77. MenuWatch_Select
  78. ItemID
  79. Controls
  80. Caption
  81. Count
  82. fMenuHelpInitialized
  83. appropriate
  84. FileExitOpt_Click
  85.  DESCRIPTION
  86.  Bring the App to an End
  87. Form_Load
  88.  DESCRIPTION
  89.  On Form Load, setup help file (this allows user to verify that help
  90.  still works while menu item is selected)w
  91. winhelp.hlp
  92. MenuWatch_Close
  93.  DESCRIPTION
  94.  When the "Menu Watch" control informs us that the user has completed=
  95.  any interaction with the menu, revert back to normal status bar
  96. MenuWatch_Open
  97.  DESCRIPTION
  98.  When the "Menu Watch" control informs us that the user has begun=
  99.  to interact with the menu, show the menu help status bara
  100. MenuWatch_Select
  101.  DESCRIPTION
  102.  When the "Menu Watch" control tells us that a menu option has been=
  103.  selected (highlighted), set the caption of the menu help status
  104.  bar to the appropriate text
  105.  If we have not initialized our menu help text array yet, do so
  106.  Initialize the help text for the Control Menu
  107. Switch to another application
  108. [Separator]
  109. Close
  110. [Separator]
  111. Maximize
  112. Minimize
  113. Restore
  114. Move, size, or close window
  115.  Initialize the help text for the programmer-defined menus
  116.  by pulling it from the "Tag" property of each menu item
  117.  If the ItemID value is a valid array index, use it to access the
  118.  menu help text snippet, otherwise, use the empty string as thee
  119.  menu help
  120.